home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / NEWVARS.BAT < prev    next >
DOS Batch File  |  1997-04-13  |  279b  |  10 lines

  1. @echo off
  2.  
  3. rem You must change the below to the directory you installed QLIB in.
  4. rem Do NOT put an extra backslash at the end of the dir name in QLIB!
  5. rem ie : SET QLIB=c:\QLIB\ will not work.
  6.  
  7. SET QLIB=C:\QLIB
  8. SET PATH=%QLIB%\BIN;%PATH%
  9. SET INCLUDE=%QLIB%\INC;%QLIB%\H
  10.